IIterator.GetMany Method

Retrieves all items in the collection.

Syntax

public:
uint32 GetMany(
         out Array<T>^ items
)  

Parameters

items
Type: T 

The items in the collection.

Return value

Type: uint32 

 The number of items in the collection.

Requirements

Namespace: Windows.Foundation.Collections

Metadata: windows.winmd

See also

Reference

IIterator Generic Interface

IIterator Members

Windows.Foundation.Collections Namespace